home *** CD-ROM | disk | FTP | other *** search
- VSysop2: The Virtual System Operator Simulation.
- ══════════════════════════════════════════════════════════════════════════════
- Copyright 1991-1994, 1996 by BBS Consultants, Inc. All rights reserved.
-
- Ordering and version update information is at the end of this document.
-
- This is a simulation of what it may be like to be a system operator on one of
- the larger data services in the nation. It is not designed to be 100% accurate
- or resemble any one BBS. The problems and situations found in this program are
- the result of many years of personally running a BBS.
-
- ╔═══════════════════════════════════════════════════════════════════════════╗
- ║ You must have The Data Base System (TDBS) version 1.2 already installed ║
- ║ and working on your BBS before installing this game. If you do not have ║
- ║ TDBS then call us the phone number listed below. ║
- ╚═══════════════════════════════════════════════════════════════════════════╝
-
- QUICK NOTE
- ──────────────────────────────────────────────────────────────────────────────
- This program represents many years of actual programming effort while testing
- on-line with real users. In that time it has grown to be one of the more
- popular games.
-
- A major part of the development time in this game was spent talking with the
- people who play the game. We have done our best to listen to every suggestion
- and comment with the intent to make the game as enjoyable and playable as
- possible without leaving reality of our simulation too far behind.
-
- This long growth period has allowed many features to be built and tested in
- the game that are only available after the player's account "matures" past the
- beginner level. It is suggested that you (the sysop) not reset the game unless
- you have corrupted or lost the data files or are running a contest.
-
- If your users find methods of cheating or have bug reports or ideas that they
- would like to see added or changed in the game please encourage them to send
- us e-mail through our authorized distributors listed below.
-
-
- INSTRUCTIONS FOR INSTALLING THE GAME
- ══════════════════════════════════════════════════════════════════════════════
- Make a sub-directory to install VSysop in and copy all of the files to that
- directory. You should have:
-
- VSYSOP.TPG - The TDBS program (required)
- VSYSOPR.DBF - Small "random" number seed file (required)
- SYSOP.DOC - What you are reading now (not required)
- VSYSOP.DOC - Player instructions (not required)
- VSYSOP.SAM - Sample players to seed a new game (not required)
- VSYSOPQ.DBF - Database of opening quotes (not required, but nice)
- VSYSOPV.DBF - Database of virus names (not required, but nice)
- VSINDEX.EXE - DOS index creation utility (not required, but nice)
- VS_RIP.EXE - Collection of RIP screens (required only for RIP)
-
-
- You will need to add a menu line to your SDL menu control file that looks
- something like this:
-
- Entry:
- <V)irtual Sysop Simulation game
- KEY=V TYPE=200 Opt Data=c:\tbbs\vsysop\VSysop /q && 150
-
- If you want to put the game files into another directory then be sure to
- change the calling path in the menu.
-
- ** ALL FILES MUST BE IN THE SAME DIRECTORY AS THE VSYSOP.TPG PROGRAM! **
-
- You may change the number of actions the players get each day by using the
- double ampersand (&&) followed by any number between 50 and 900. It is
- suggested that you keep this number in the 100 to 250 range for the best
- effect. This also allows you to have different menu options for paying users
- and demo users. Give the free users 50 to 150 actions and the subscribers
- higher access with 150 to 250 actions. The game becomes too unrealistic when
- the number of actions grows beyond 200 per day, but that option is up to you.
-
- If you do not provide the "&& 150" option the default number of actions is
- set to 100.
-
- It is required that you (the real sysop) be the first player into the game.
- Several things are sent to the first account by default which would not be
- fair for a normal player to have. For example, if a user wants to join a
- network and there are no hubs then the user in the first record becomes a hub.
-
- You are also required to be the first player into any VERSION UPDATE which
- changes data file formats. This is a security feature since a user who hangs
- up while the data files are being updated will corrupt the files.
-
- The first time you run the game several files will be created:
-
- VSYSOP.DBF - Main user database (erase this to restart game)
- VSYSOP0.NDX - Index for player name
- VSYSOP1.NDX - Index for score
- VSYSOP2.NDX - Index for networks
- VSYSOP3.NDX - Index for network hubs
- VSYSOPM.DBF - Database of problem mail
- VSYSOPN.DBF - Database for Netmail
- VSYSOPN.NDX - Index for Netmail
- VSYSOPF.DBF - Database for used modems
- VSYSOPF.NDX - Index for used modems
-
- If you ever have a problem or want to restart the game, erase the VSysop.DBF
- file. All of the matching index files will update to match the new database
- files when they are created the next time you (the sysop) go into the game.
-
- If you ever see "END OF FILE" or "NOT IN INDEX" error messages it is likely
- that the index files have been corrupted. This seems to a normal part of
- running TDBS on a large or busy system. A DOS index creation utility
- (VSINDEX.EXE) has been included to allow you to make fresh index files in your
- nightly event or as part of your RUNBBS.BAT file before your BBS goes online.
- You may also just erase one or more of the index (*.NDX) files while your BBS
- is still online and the game will recreate all of the indexes. If you can find
- a way to recreate an error please notify eSoft so they can get a patch made.
-
- There is an option inside the game for users with a privilege level of 255.
- This option is available under the "$" key and will allow the sysop to modify
- some of the game and player information. You must have ANSI to use the editors
- and it is NOT a good idea to edit a player while they are playing the game. It
- is strongly suggested that you edit the ADVERTISERS and STORE NAMES to reflect
- local companies in your area. This could even be an additional source of
- income for your board by selling advertisment space inside the game. Space is
- provided for the store's name and phone number.
-
- For a totally free form store presentation you can use the "OTHER" store type
- and create up to 10 text files which will be displayed to the player in random
- order. The text file names must be VSYSOPS.# with the numbers 0 through 9 in
- place of the "#" sign. It is a suggested that you keep the text files short.
- A text of up to 19 lines will fit on most terminal screens without pushing
- text off of the top of the screen. VSysop does not provide screen length
- checking on external text files.
-
- The $ option also allows the sysop to create a mail distribution list (.DNL)
- on several levels which will let you or the players send mail to other people
- who play the game. VSysop will create the .DNL lists in the VSysop directory.
- You must either include this directory in your TBBSPATH or copy the .DNL files
- to your TBBS directory before you can use them to send mail.
-
-
- LAWYER STUFF YOU NEED TO KNOW
- ──────────────────────────────────────────────────────────────────────────────
-
- Vsysop is licensed by BBS Consultants, Inc. to customers for their use
- only on the terms set forth below. Using the enclosed program indicates
- your acceptance of these terms.
-
- BBS Consultants, Inc. hereby grants you a non-exclusive license to use
- the enclosed software subject to the terms and restrictions set forth in
- this Software License Agreement.
-
- This software is copyrighted, with all rights reserved. You may not
- copy or otherwise reproduce any part of the software, except that you
- may load the software into a computer as an essential step in executing
- the software on the computer. The original and any back-up copies of
- the software are to be used only in connection with a single computer.
- Only one copy of the program may be used at any one time. You may
- physically transfer the software from one computer to another, provided
- that the software is used in connection with only one computer at a time
- and that only one copy of the software is in use at any one time. You
- may not transfer the software electronically from one computer to
- another over a network. You may not distribute copies of the software
- to others.
-
- YOU MAY NOT USE, COPY, MODIFY, TRANSFER, SUBLICENSE, RENT, LEASE,
- CONVEY, TRANSLATE, CONVERT TO ANY PROGRAMMING LANGUAGE OR FORMAT OR
- DECOMPILE OR DISASSEMBLE THE SOFTWARE OR ANY COPY, MODIFICATION OR
- MERGED PORTION, IN WHOLE OR IN PART, EXCEPT AS EXPRESSLY PROVIDED FOR
- IN THIS LICENSE.
-
- DISCLAIMER: You use this program at YOUR OWN RISK. The author and/or
- copyright owner and/or reseller assume absolutely no responsibility for
- damages either direct or indirect that result from the purchaser either
- using or failing to use this software in any manner. In no case shall
- the liability of BBS Consultants, Inc. exceed the license fee paid for
- the right to use this software or ten dollars ($10.00), whichever is
- greater.
-
-
-
- ORDERING INFORMATION
- ──────────────────────────────────────────────────────────────────────────────
- VSysop is available exclusively from BBS Consultants, Inc. at the address
- shown below for US$149.95. Price subject to change without notice. VISA and
- MasterCard accepted.
-
- Tom Faulkner
- tfaulkner@bbsci.com
-
- - * -
-
- BBS Consultants, Inc.
- 3020 Pickett Rd., Suite 105
- Post Office Box 3079
- Durham, North Carolina 27715
-
- 919-403-9473 voice
- 919-383-4905 bbs
-
- www.bbsci.com
- ftp.bbsci.com
- bbs.bbsci.com
-
-
-
-
-
-